.header_t .logo img,.banner .owl-carousel .owl-item .img img,.bode1 .wrap .mid img,.header_t .xgsx ul li img,.bode5 img,.footer_bottom .footer_logo img,.fright img,.bode1 .wrap .right .img img{filter: none;-webkit-filter: none;}
#DIALOG_CENTER,#DIALOG_CENTER_SHADE{ display:none !important;}
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    outline: 0;
}

textarea {
    resize: none;
}

ul,
li {
    list-style: none;
}

img {
    outline: 0;
    border: none;
    display: block;
}
br {
    display:none;
}


button,
input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
}

input {
    border: none;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
}

a {
    color: #333333;
    text-decoration: none;
    transition: all .3s;
}

a:hover {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    font-size: 13px;
    font-family: "å¾®è½¯é›…é»‘";
    min-width: 320px;
    color: #333333;
    background: #fff;
    position: relative;
}

* {
    box-sizing: border-box;
    transition: all linear .25s;
}

.all {
    width: 100%;
    background: #fff;
    position: relative;
}

@media all and (max-width: 750px) {
    .zzc {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 990;
        transition: none;
    }
}

.all_w {
    width: 1200px;
    margin: 0 auto;
}

.all_w1 {
    width: 1200px;
    margin: 0 auto;
}

@media all and (max-width: 1200px) {
    .all_w {
        width: 100%;
        margin: 0 auto;
    }
    .all_w1 {
        width: 95%;
        margin: 0 auto;
    }
}

.header {
    width: 100%;
}

.header_fixed {
    display: block;
}

.header_t {
    width: 100%;
    padding: 20px 0;
    background: #fff;
}

.header_t .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_t .logo {
    width: 250px;
}

.header_t .logo img {
    width: 100%;
}

.header_t .search {}

.header_t .search form {
    display: flex;
    justify-content: space-between;
}

.header_t .search form .input1 {
    display: block;
    width: 300px;
    line-height: 35px;
    border: 2px solid #f7009b;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    color: #666;
    font-size: 13px;
    padding-left: 15px;
    border-right: none;
}

.header_t .search form .input2 {
    display: block;
    width: 70px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-size: 14px;
    background: #f7009b;
    cursor: pointer;
}

.header_t .search dl {
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.header_t .search dl dd {
    margin-right: 10px;
}

.header_t .search dl dd a {
    color: #999;
    font-size: 13px;
}

.header_t .search dl dd a:hover {
    color: #ff5370;
}

.header_t .xgsx {}

.header_t .xgsx ul {
    display: flex;
    justify-content: space-between;
}

.header_t .xgsx ul li {
    padding: 0 10px;
}

.header_t .xgsx ul li img {
    width: 50px;
}

.header_t .xgsx ul li p {
    color: #666;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.cd_btn {
    width: 30px;
    display: none;
}

@media all and (max-width:750px) {
    .cd_btn {
        width: 20px;
        height: 21px;
        display: block;
        position: relative;
    }
    .cd_btn .line1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 1.5px;
        background: #333;
        transition: all ease .25s;
    }
    .cd_btn .line2 {
        position: absolute;
        left: 0;
        top: 8px;
        width: 20px;
        height: 1.5px;
        background: #333;
        transition: all ease .25s;
    }
    .cd_btn .line3 {
        position: absolute;
        left: 0;
        top: 16px;
        width: 20px;
        height: 1.5px;
        background: #333;
        transition: all ease .25s;
    }
    .cd_btn .line1_1 {
        position: absolute;
        left: 0;
        top: 8px;
        width: 20px;
        height: 1.5px;
        background: #333;
        transform: rotate(45deg);
        transition: all ease .25s;
    }
    .cd_btn .line2_1 {
        width: 20px;
        height: 1.5px;
        background: #333;
        opacity: 0;
        transition: all ease .25s;
    }
    .cd_btn .line3_1 {
        position: absolute;
        left: 0;
        top: 8px;
        width: 20px;
        height: 1.5px;
        background: #333;
        transform: rotate(-45deg);
        transition: all ease .25s;
    }
}

.header_b {
    width: 100%;
    position: relative;
}

.header_b:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #f7009b;
}

.header_b .wrap {
    display: flex;
    justify-content: flex-start;
}

.header_b .all_fl {
    width: 230px;
    height: 40px;
    position: relative;
}

.header_b .all_fl .fenlei {
    width: 100%;
    line-height: 40px;
    background: #f7009b;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
}

.header_b .all_fl .fl_list {
    position: absolute;
    width: 100%;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 10px 0;
    transition: none;
}

.header_b .all_fl .fl_list li {
    width: 100%;
}

.header_b .all_fl .fl_list li .fl_item {
    width: 100%;
    line-height: 35px;
    padding-left: 20px;
    color: #666;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    position: relative;
}

.header_b .all_fl .fl_list li .fl_item:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    background: rgba(0, 0, 0, 0);
    height: 100%;
    width: 1px;
}

.header_b .all_fl .fl_list li .fl_item>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header_b .all_fl .fl_list li:hover .fl_item {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-left: 25px;
}

.header_b .all_fl .fl_list li:hover .fl_item:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    background: #fff;
    height: 100%;
    width: 1px;
    z-index: 999
}

.header_b .all_fl .fl_list li .fl_item p {
    display: block;
    color: #666;
    font-size: 14px;
    padding-left: 20px;
}

.header_b .all_fl .fl_list li:hover .fl_item p {
    color: #ff5370;
}

.header_b .all_fl .fl_list li:nth-child(1) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/icon1.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(2) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/icon2.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(3) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/icon3.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(4) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/icon4.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(5) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/icon5.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(6) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/icon6.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(7) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/icon7.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(8) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/icon8.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(9) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/icon9.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(10) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/icon10.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(11) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/icon11.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(12) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/icon12.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li:nth-child(13) .fl_item i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/icon13.png")no-repeat center center;
    background-size: 100% 100%;
}

.header_b .all_fl .fl_list li .jvt_fl {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 750px;
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
    transition: none;
    min-height: 100%;
}

.header_b .all_fl .fl_list li .jvt_fl dl {
    width: 100%;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd {
    display: flex;
    justify-content: space-between;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list {
    display: flex;
    justify-content: flex-start;
    width: 90%;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list .tit {
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 25px;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list .tit span {
    display: block;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list .tit span>a {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list .tit span>a:hover {
    color: #ff5370;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list .tit em {
    display: block;
    color: #999;
    font-size: 13px;
    font-family: "å®‹ä½“";
    font-style: normal;
    margin-left: 20px;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list .lists {
    display: flex;
    margin-left: 25px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list .lists>a {
    display: block;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 33px;
    background: #fff;
    color: #666;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .list .lists a:hover {
    background: #ff5370;
    color: #fff;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .more {}

.header_b .all_fl .fl_list li .jvt_fl dl dd .more a {
    font-size: 13px;
    line-height: 25px;
    color: #999;
}

.header_b .all_fl .fl_list li .jvt_fl dl dd .more a:hover {
    color: #ff5370;
}

.header_b .nav {
    line-height: 40px;
}

.header_b .nav ul {
    display: flex;
    justify-content: flex-start;
}

.header_b .nav ul li {
    width: 140px;
}
.header_b .nav ul li.hover a,.header_b .nav ul li a:hover{background:#f7009b;color: #fff;}

.header_b .nav ul li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
}

@media all and (max-width:1200px) {
    .header_b .all_fl {
        display: none;
    }
}

@media all and (max-width:960px) {
    .header_t .logo {
        width: 180px;
    }
    .header_t .search form .input1 {
        width: 200px;
        line-height: 30px;
    }
    .header_t .search form .input2 {
        line-height: 30px;
        width: 50px;
    }
    .header_t .xgsx ul li img {
        width: 30px;
    }
    .header_t .xgsx ul li p {
        margin-top: 0;
    }
}

@media all and (max-width:750px) {
    .header {
        height: 50.09px;
    }
    .header_fixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    .header_t {
        padding: 10px 0;
    }
    .header_t .xgsx {
        display: none;
    }
    .header_t .search {
        display: none;
    }
    .header_t .logo {
        width: 150px;
    }
    .header_b .nav {
        position: fixed;
        right: -500px;
        top: 50.09px;
        width: 300px;
        height: 100%;
        background: #fff;
        z-index: 9999;
        transition: all ease .25s;
    }
    .header_b .nav1 {
        position: fixed;
        left: 0;
        top: 50.09px;
        width: 300px;
        height: 100%;
        background: #fff;
        z-index: 9999;
        box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .1);
        transition: all ease .25s;
    }
    .header_b .nav ul {
        display: block;
        padding: 10px 20px;
    }
    .header_b .nav ul li {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
}

.footer {
    width: 100%;
}

.footer_link {
    width: 100%;
    padding: 20px 0;
}

.footer_link .wrap {
    display: flex;
    justify-content: flex-start;
}

.footer_link .tit {
    line-height: 25px;
    padding: 0 10px;
    background: #333333;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    height: 100%;
}

.footer_link .links {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer_link .links a {
    display: block;
    padding: 0 10px;
    color: #333;
    font-size: 12px;
    line-height: 25px;
}

.footer_link .links a:hover {
    color: #ff5370;
}

.footer_bottom {
    width: 100%;
    padding: 60px 0;
    background: #333333;
}

.footer_bottom .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_bottom .footer_logo {
    width: 250px;
}

.footer_bottom .footer_logo img {
    width: 100%;
}

.footer_bottom .footer_list {
    width: 400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_bottom .footer_list dl {
    width: 23%;
}

.footer_bottom .footer_list dl dd {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.footer_bottom .footer_list dl dd a {
    color: #999;
}

.footer_bottom .footer_text {
    width: 300px;
}

.footer_bottom .footer_text p {
    color: #999;
    font-size: 12px;
    line-height: 25px;
}
.footer_bottom .footer_text p a{
	color:#999;
	font-size: 12px;
}
.footer_bottom .footer_text p a:hover{
	color: #f7009b;
	text-decoration:underline;
}

@media all and (max-width:750px) {
    .footer_link .wrap {
        flex-wrap: wrap;
    }
    .footer_link .links {
        width: 100%;
    }
    .footer_bottom {
        padding: 40px 0;
    }
    .footer_bottom .footer_logo {
        margin: 0 auto;
    }
    .footer_bottom .footer_list {
        width: 500px;
        margin: 20px auto 0;
    }
    .footer_bottom .footer_text {
        width: 100%;
        margin-top: 20px;
    }
    .footer_bottom .footer_text p {
        text-align: center;
    }
}

@media all and (max-width:500px) {
    .footer_bottom {
        padding: 20px 0;
        margin-bottom: 50px;
    }
    .footer_bottom .footer_logo {
        margin: 0 auto;
        width: 200px;
    }
    .footer_bottom .footer_list {
        display: none;
    }
    .footer_bottom .footer_text {
        margin-top: 10px;
    }
}

.bode {
    width: 100%;
    display: block;
}

.bode1 {
    width: 100%;
    background: rgb(239, 239, 239);
}

.bode1 .wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.bode1 .wrap .left {
    width: 230px;
}

.bode1 .wrap .mid {
    width: 1010px;
    overflow: hidden;
}
.bode1 .wrap .mid img{
    width:100%;height: 406px;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .item {
    position: relative;
}

.banner .owl-carousel .owl-item .img {
    overflow: hidden;
}

.banner .owl-carousel .owl-item .img img {
    display: block;
    width: 100%;
}

.owl-theme .owl-controls {
    bottom: 15px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 10px;
    position: relative;
    background: #000;
    opacity: .4;
}

@media only screen and (max-width:480px) {
    .owl-theme .owl-controls {
        bottom: 5px;
    }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff5370;
    opacity: 1;
}

.details .owl-theme .owl-dots .owl-dot.active span,
.details .owl-theme .owl-dots .owl-dot:hover span {}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff5370;
    width: 25px;
    border-radius: 33px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 10px;
    position: relative;
    background: #fff;
    opacity: 1;
}


@media only screen and (max-width: 750px) {
    .banner_cur {
        display: none;
    }
}

.banner_cur .prev {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    /* background-color:#f75b5b; */
    transition: all ease .25s;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100%;
}

.banner_cur span.next {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100%;
}

.banner:hover .banner_cur .prev {
    left: 30px;
    opacity: 1;
}

.banner:hover .banner_cur span.next {
    right: 30px;
    opacity: 1;
}

.banner .banner_cur .prev:hover {
    background-color: rgba(0, 0, 0, .8);
}

.banner .banner_cur span.next:hover {
    background-color: rgba(0, 0, 0, .8);
}

.bode1 .wrap .right {
    width: 190px;
}

.bode1 .wrap .right .img {
    width: 100%;
    overflow: hidden;
}

.bode1 .wrap .right .img img {
    width: 100%;
    transition: all ease .25s;
}

.bode1 .wrap .right .img img:hover {
    transform: scale(1.1, 1.1);
}

@media only screen and (max-width: 1200px) {
    .bode1 .wrap {
        width: 100%;
        margin: 0 auto;
    }
    .bode1 .wrap .left {
        display: none;
    }
    .bode1 .wrap .mid {
        width: 100%;
    }
    .bode1 .wrap .right {
        display: none;
    }
}

#tit {
    width: 380px;
    margin: 0 auto;
    height: 40px;
    border: 1px solid #ddd;
    position: relative;
}

#tit h2 {
    font-size: 32px;
    color: #333;
    font-weight: normal;
    position: absolute;
    top: -24px;
    display: block;
    width: 100%;
    text-align: center;
}

#tit h2 em {
    padding: 0 10px;
    background: #fff;
    color: #333333;
    font-style: normal;
}

#tit span {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #999;
    position: absolute;
    bottom: -8px;
    text-align: center;
}

#tit span em {
    padding: 0 10px;
    background: #fff;
    color: #999;
    font-style: normal;
}

@media only screen and (max-width: 750px) {
    #tit {
        width: 280px;
    }
    #tit h1 {
        font-size: 24px;
        top: -18px;
    }
}

@media only screen and (max-width: 480px) {
    #tit {
        width: 220px;
        height: 30px;
    }
    #tit h1 {
        font-size: 20px;
        top: -14px;
    }
}

.bode2 {
    width: 100%;
    margin-top: 70px;
}

.bode2 ul {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bode2 ul li {
    width: 19%;
    margin-top: 10px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 5px;
}

.bode2 ul li .tit {
    width: 100%;
    padding-left: 25px;
}

.bode2 ul li:nth-child(1) .tit {
    background: url("../images/b_icon1.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(2) .tit {
    background: url("../images/b_icon2.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(3) .tit {
    background: url("../images/b_icon3.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(4) .tit {
    background: url("../images/b_icon4.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(5) .tit {
    background: url("../images/b_icon5.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(6) .tit {
    background: url("../images/b_icon6.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(7) .tit {
    background: url("../images/b_icon7.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(8) .tit {
    background: url("../images/b_icon8.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(9) .tit {
    background: url("../images/b_icon9.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li:nth-child(10) .tit {
    background: url("../images/b_icon10.png")no-repeat left center;
    background-size: 20px 20px;
}

.bode2 ul li .tit a {
    color: #333;
    font-size: 14px;
}

.bode2 ul li .tit a:hover {
    color: #ff5370;
}

.bode2 ul li dl {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}

.bode2 ul li dl dd {
    line-height: 25px;
    margin-right: 10px;
}

.bode2 ul li dl dd a {
    color: #333;
    font-size: 13px;
}

.bode2 ul li dl dd a:hover {
    color: #ff5370
}

@media only screen and (max-width: 960px) {
    .bode2 ul li {
        width: 32%;
        margin-top: 10px;
        padding: 20px;
        background: #f8f8f8;
        border-radius: 5px;
    }
}

@media only screen and (max-width:750px) {
    .bode2 {
        width: 100%;
        margin-top: 50px;
    }
    .bode2 ul li {
        width: 48%;
        margin-top: 10px;
        padding: 20px;
        background: #f8f8f8;
        border-radius: 5px;
    }
}

.bode3 {
    width: 100%;
    margin-top: 70px;
}

.bode3 .content {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bode3 .content li {
    width: 32%;
}

.bode3 .content li .tit{
    border-bottom:1px  solid #ddd;
    display:flex;
    justify-content: space-between;
    line-height: 35px;
}
.bode3 .content li .tit h5{
    color:#333;
    font-size: 16px;
}
.bode3 .content li .tit a{
    color:#999;
    font-size: 12px;
}
.bode3 .content li .tit a:hover{
    color:#d40000;
}


.bode3 .content li dl {
    width: 100%;
}

.bode3 .content li dl dd {
    width: 100%;
    line-height: 33px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 5px;
    border-bottom: 1px dashed #e8e8e8;
}

.bode3 .content li dl dd a {
    color: #666;
    font-size: 14px;
}

.bode3 .content li dl dd a:hover {
    color: #ff5370;
}

.bode3 .content li dl dd a img {
    display: -webkit-inline-box;
    width: 48%;
    padding-left: 1%;
}

@media only screen and (max-width: 850px) {
    .bode3 .content {
        margin-top: 30px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .bode3 .content li {
        width: 70%;
    }
}

@media only screen and (max-width: 750px) {
    .bode3 .content li {
        width: 100%;
    }
}

.bode4 {
    width: 100%;
    margin-top: 70px;
}

.bode4 .list {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-left: none;
}

.bode4 .list li {
    width: 25%;
    border-left: 1px solid #ddd;
    /*height: 260px;*/
}

.bode4 .list li:hover {
    box-shadow: 0 3px 6px 6px rgba(0, 0, 0, .2);
}

.bode4 .list li .img {
    padding: 40px 0;
}

.bode4 .list li .img a {
    display: block;
    width: 100%;
    height: 150px;
}

.bode4 .list li .img p {
    font-size: 14px;
    width: 100%;
    padding: 10px 10%;
    text-align: center;
}

.bode4 .list li .img img {
    width: 80%;
    margin: 0 auto;
    height:100%;
   /* height: 150px;*/
}
.bode4 .list li .text {
    width: 100%;
    background: #6c6868;
    line-height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.bode4 .list li .text .zizhi {
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    width:60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bode4 .list li .text .ljzx {}

.bode4 .more {
    display: block;
    width: 190px;
    margin: 40px auto;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 17px;
    border: 1px solid #e4e4e4;
}

.bode4 .list li .text .ljzx a {
    display: block;
    width:72px;
    line-height: 28px;
    color: #fff;
    background: #febc56;
    font-size: 13px;
    border-radius: 10px;
    text-align: center;
}

@media only screen and (max-width: 850px) {
    .bode4 .list {
        margin-top: 30px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border: 1px solid #ddd;
        border-left: none;
    }
}

@media only screen and (max-width: 750px) {
    .bode4 {
        width: 100%;
        margin-top: 50px;
    }
    .bode4 .list li {
        width: 50%;
        border-left: 1px solid #ddd;
    }
    .bode4 .list li .img img {
        width: 85%;
        margin: 0 auto;
        height: 100%;
    }
    .bode4 .list li .img {
        padding: 1px;
    }
}
@media only screen and (max-width: 480px) {
    .bode4 .list li{
        height:100%;
    }
    .bode4 .list li .img {
        padding:10px 0;
    }
    .bode4 .list li .text {
        flex-wrap:wrap;
    }
    .bode4 .list li .text .zizhi {
        width:100%;
    }
    .bode4 .list li .text .ljzx {
        width:100%;
    }
    .bode4 .list li .text .ljzx a {
        display: block;
        width:72px;
        line-height: 28px;
        color: #fff;
        background: #febc56;
        font-size: 13px;
        border-radius: 10px;
        text-align: center;
        margin:0 auto 10px;
    }
}

.bode5 {
    width: 100%;
    padding: 50px 0;
}

.bode5 img {
    width: 100%;
}

@media only screen and (max-width: 750px) {
    .bode5 {
        width: 100%;
        padding: 30px 0;
    }
}


/* åŒ»ç”Ÿåˆ—è¡¨ */

.all_w2 {
    width: 1200px;
    margin: 0 auto;
}

.all_w2 img {
    width: 100%;
}

.doctor_list {
    width: 100%;
}

.mbx_nav {
    width: 100%;
    padding: 15px 0;
}

.mbx_nav a {
    color: #333;
    font-size: 13px;
}

.mbx_nav a:hover {
    color: #ff5370;
}

#page_list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
#page_list li{display: inline-block;margin:3px;}
#page_list li a {
    display:inline-block;
    width: 100%;
    padding: 5px 10px;
    color: #333;
    font-size: 12px;
    border: 1px solid #ddd;
}

#page_list li:hover a {
    color: #fff;
    background: #d40000
}

#page_list li.active a{
    color: #ffffff;
    background: #d40000
}

@media only screen and (max-width: 750px) {
   
	.bode1 .wrap .mid img{height:190px;}
}

.news_list {
    width: 100%;
}

.news_list .zw {
    width: 100%;
}

.news_list .zw .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_list .zw .left {
    width: 78%;
}

.news_list .zw .left .list {
    width: 100%;
    margin-top: 20px;
}

.news_list .zw .left .list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px dashed #ddd;
}

.news_list .zw .left .list li:hover {
    background: #f8f8f8
}

.news_list .zw .left .list li .img {
    width: 200px;
}

.news_list .zw .left .list li .img img {
    width: 100%;
    height: 160px;
}

.news_list .zw .left .list li .text {
    width: 75%;
}

.news_list .zw .left .list li .text h6 {
    color: #333;
    font-size: 16px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_list .zw .left .list li .text h6 a {
    color: #333;
}

.news_list .zw .left .list li .text h6 a:hover {
    color: #d40000;
}

.news_list .zw .left .list li .text p {
    color: #999;
    font-size: 13px;
    line-height: 25px;
    margin-top: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#right2 {
    width: 20%;
}

#right2 .zx_list {
    margin-top: 20px;
    border: 1px solid #ddd;
}

#right2 .zx_list ul {
    width: 100%;
    padding: 20px 0;
}

#right2 .zx_list ul li {
    padding-left: 50px;
    line-height: 30px;
}

#right2 .zx_list ul li:nth-child(1) {
    background: url("../images/icon1.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(2) {
    background: url("../images/icon2.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(3) {
    background: url("../images/icon3.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(4) {
    background: url("../images/icon4.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(5) {
    background: url("../images/icon5.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(6) {
    background: url("../images/icon6.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(7) {
    background: url("../images/icon7.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(8) {
    background: url("../images/icon8.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(9) {
    background: url("../images/icon9.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(10) {
    background: url("../images/icon10.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(11) {
    background: url("../images/icon11.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(12) {
    background: url("../images/icon12.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li:nth-child(13) {
    background: url("../images/icon13.png")no-repeat 20px center;
    background-size: 20px 20px;
}

#right2 .zx_list ul li a {
    display: block;
    color: #333;
    font-size: 14px;
}
.news_list .zw .left .list li .text p{margin-top:5px;}
#right2 .zx_list ul li a:hover {
    color: #d40000;
}

#right2 .xgzx {
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 20px;
}

#right2 .xgzx .tit {
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
    color: #333;
    font-size: 16px;
    line-height: 40px;
}

#right2 .xgzx ul {
    width: 100%;
    padding: 0 10px
}

#right2 .xgzx ul li {
    width: 100%;
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#right2 .xgzx ul li .img {
    width: 35%;
}

#right2 .xgzx ul li .img img {
    width: 100%;height: 80px;
}

#right2 .xgzx ul li .text {
    width: 60%;
}

#right2 .xgzx ul li .text p {
    color: #333;
    font-size: 13px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}

#right2 .xgzx ul li .text p a {
    color: #333;
}

#right2 .xgzx ul li .text p a:hover {
    color: #d40000
}

#right2 .xgzx ul li .text span {
    display: block;
    color: #999;
    font-size: 13px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#right2 .a_img {
    width: 100%;
    margin-top: 20px;
}

#right2 .a_img img {
    width: 100%;
}

@media only screen and (max-width: 960px) {
    .news_list .zw .left {
        width: 100%;
    }
    #right2 {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .news_list .zw .left .list {
        margin-top: 0;
    }
    .news_list .zw .left .list li {
        align-items: center;
        padding: 20px 10px;
    }
    .news_list .zw .left .list li .img img {
        width: 100%;
        height: 100px;
    }
    .news_list .zw .left .list li .img {
        width: 32%;
    }
    .news_list .zw .left .list li .text {
        width: 65%;
    }
}

@media only screen and (max-width: 480px) {
    #right2 {
        display: block;
        width: 100%;
    }
}

.news_article {
    width: 100%;
}

.news_article .zw {
    width: 100%;
}

.news_article .zw .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_article .zw .left {
    width: 78%;
}

.news_article .zw .left .content {
    margin-top: 20px;
}

.news_article .zw .left .content .tit {
    width: 100%;
    padding: 20px 0;
}

.news_article .zw .left .content .tit h1 {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
}

.news_article .zw .left .content .tit .text {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    color: #999;
}

.news_article .zw .left .content .tit .text span {
    color: #999;
    padding: 0 20px;
}

.news_article .zw .left .content .wenzhang {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    line-height: 35px;
}
.news_article .zw .left .content .wenzhang h3,.news_article .zw .left .content .wenzhang h3 span,.doctor_article .zw .left .xxnr h3,.doctor_article .zw .left .xxnr h3 span,.hospital_article .zw .left .hospital_xq h3,.hospital_article .zw .left .hospital_xq h3 span{
    font-size: 16px;
    font-weight:bold;
    color:#f7009b !important;
    line-height: 40px;
}

.news_article .zw .left .content .wenzhang p {
    color: #333;
    font-size: 15px;
    margin-top: 20px;
    line-height: 25px;
    text-indent: 25px;
}

.news_article .zw .left .content .wenzhang img {

    margin: 20px auto 0;
}

.news_article .zw .left .pn {
    padding: 20px 0;
}

.news_article .zw .left .pn p {
    line-height: 25px;
    color: #333;
    font-size: 14px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_article .zw .left .pn p a {
    color: #333;
    font-size: 14px;
}

.news_article .zw .left .pn p a:hover {
    color: #d40000;
}

@media only screen and (max-width: 960px) {
    .news_article .zw .left {
        width: 100%;
    }
}

@media only screen and (max-width: 750px) {
    .news_article .zw .left .content {
        margin-top: 0;
    }
    .news_article .zw .left .content .wenzhang img {
        width: 100% !important;
        height: auto !important;
    }
    .news_article .zw .left .content .tit h1 {
        color: #333;
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
        text-align: center;
    }
}
.fright{ display:none; height:31px;padding:30px 0px; position:fixed; right:0;bottom:50%;}

.yd_nav{
    width:100%;
    display:none;
}

@media only screen and (max-width: 750px) {

    .yd_nav{
        display:block;
    }
}
.yd_nav ul{
   display:flex;
   justify-content: flex-start;
   flex-wrap:wrap;
}
.yd_nav ul li{
    width:25%;
    margin-top:20px;
}
.yd_nav ul li .img{
    width:100%;
}
.yd_nav ul li .img img{
    width:60%;
    border-radius: 100%;
    margin:0 auto;
}
.yd_nav ul li .text{
    width:100%;
    padding:0 10px;
}
.yd_nav ul li .text a{
    line-height: 25px;
    margin-top:10px;
    color:#333;
    font-size: 12px;
    display:block;
    text-align: center;
}
@media only screen and (max-width: 480px) {
    .yd_nav ul li .img img{
        width:70%;
        border-radius: 100%;
        margin:0 auto;
    }
}